body,
ol,
ul,
dl,
li,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-family: 'Microsoft Yahei';
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  font-size: 14px;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

em,
i {
  font-style: normal;
}

ol,
ul,
dl,
li,
dt,
dd {
  list-style: none
}

img {
  border: 0;
  vertical-align: middle
}

a img {
  border: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  outline: none;
  padding: 0px;
  margin: 0;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.container {
  max-width: 1300px;
  padding-left: 0;
  padding-right: 0;
}

.header {
  position: relative;
  background: #2A80B9;
}

.header .container {
  display: flex;
}

.header .logo {
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 40%;
  height: 100px;
  padding-right: 45px;
}

.header .navs {
  width: 768px;
  padding-left: 25px;
  margin-left: auto;
}

.header .navs ul {
  display: flex;
  justify-content: space-between;
}

.header .navs ul li {
  width: 100%;
}

.header .navs ul li a {
  position: relative;
  color: #ffffff;
  font-size: 18px;
  display: flex;
  height: 100px;
  align-items: center;
  justify-content: center;
}

.header .navs ul li a::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background: #FF8701;
  transition: all .3s ease-in-out;
}

.header .navs ul li a.active::after,
.header .navs ul li a:hover::after {
  width: 100%;
}

.header .search {
  margin-left: 20px;
  display: flex;
  align-items: center;
}

.index_banner .swiper-slide {
  position: relative;
}

.index_banner .swiper-slide .pic img {
  width: 100%;
}

.index_banner .swiper-slide .txt {
  position: absolute;
  top: 5vw;
  left: 0;
  z-index: 1;
  width: 100%;
  color: #fff;
}

.index_banner .swiper-slide h3 {
  font-size: 3vw;
  font-weight: bold;
}

.index_banner .swiper-slide h4 {
  font-size: 2vw;
  font-weight: bold;
  padding-top: 15px;
}

.index_banner .swiper-slide span {
  font-size: 1.5vw;
  font-family: arial;
  display: block;
  padding-top: 4vw;
}

.index_banner .swiper-slide p {
  font-size: 1vw;
  line-height: 1.8;
  font-family: arial;
  padding-top: 20px;
}

.index_banner .swiper-slide a {
  color: #ffffff;
  font-size: 1vw;
  display: block;
  width: 11vw;
  height: 3.5vw;
  line-height: 3.5vw;
  text-align: center;
  border: solid 2px #FF8701;
  border-radius: 3.5vw;
  margin-top: 3.5vw;
}

.index_banner .position {
  position: absolute;
  bottom: 38px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index_banner .swiper-pagination {
  position: initial;
  display: flex;
}

.index_banner .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #FFFFFF;
  width: 260px;
  height: 2px;
  border-radius: 0;
  margin: 0 9px;
  display: block;
}

.index_banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FF8701;
}

.index_banner .swiper-num {
  position: relative;
  z-index: 1;
  font-family: arial;
  color: #ffffff;
  font-size: 36px;
}

.index_title {
  text-align: center;
}

.index_title h3 {
  color: #343434;
  font-size: 36px;
  font-weight: bold;
}

.index_title p {
  color: #5d5d5d;
  font-size: 18px;
  padding-top: 10px;
}

.index_main1 {
  padding-top: 85px;
  padding-bottom: 150px;
  background: url(../images/index_main1_bg.jpg) no-repeat center/cover;
}

.index_main1 .content {
  padding-top: 40px;
}

.index_main1 .content ul li {
  width: 307px;
  margin-right: 24px;
}

.index_main1 .content ul li:nth-child(4n) {
  margin-right: 0;
}


.index_main1 .content ul li .pic {
  overflow: hidden;
  background: url(../images/index_main1_item_bg.jpg) no-repeat center/cover;
}

.index_main1 .content ul li .pic img {
  width: 100%;
  height: 227px;
  transition: all .5s;
}

.index_main1 .content ul li:hover .pic img {
  transform: scale(1.1);
}

.index_main1 .content ul li .txt {
  position: relative;
  background: #ECECEC;
  padding: 30px;
  color: #333333;
}

.index_main1 .content ul li .txt::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translate(-50%, 0);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 12px solid #F3F3F3;
}

.index_main1 .content ul li .txt h4 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.index_main1 .content ul li .txt span {
  display: block;
  width: 43px;
  height: 3px;
  background: #F57B0D;
  margin: 20px auto;
}

.index_main1 .content ul li .txt p {
  font-size: 16px;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
}

.index_main1 .content ul li:hover .txt {
  background: #2A80B9;
  color: #fff;
}

.index_main1 .content ul li:hover .txt::before {
  border-bottom: 12px solid #2A80B9;
}

.index_main1 .content ul li:hover .txt span {
  background: #fff;
}

.index_main2 {
  position: relative;
  padding: 70px;
  padding-bottom: 58px;
}

.index_main2 .index_title {
  text-align: left;
  color: #fff;
}

.index_main2 .index_title h3 {
  color: #fff;
}

.index_main2 .index_title p {
  color: #fff;
}

.index_main2 .content {
  margin-top: 20px;
}

.index_main2 .content .hd ul li {
  position: relative;
  width: 240px;
  margin-top: 9px;
}

.index_main2 .content .hd ul li:first-child {
  margin-top: 0;
}

.index_main2 .content .hd ul li .pic img {
  max-width: 100%;
}

.index_main2 .content .hd ul li .tt {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
}

.index_main2 .content .bd ul {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: no-repeat center/cover;
}

.index_main2 .more {
  display: block;
  color: #ffffff;
  font-size: 16px;
  width: 161px;
  height: 46px;
  line-height: 44px;
  border: solid 1px #FFFFFF;
  border-radius: 50px;
  text-align: center;
  margin-top: 20px;
}

.index_main2 .content .hd ul li.on {
  border: solid 3px #fff;
  width: 405px;
}

.index_main2 .content .hd ul li.on a {
  display: flex;
  align-items: center;
}

.index_main2 .content .hd ul li.on .pic {
  flex-shrink: 0;
}

.index_main2 .content .hd ul li.on .tt {
  position: initial;
  margin-top: -2px;
}

.index_main3 {
  position: relative;
}

.index_main3 .container {
  position: relative;
}

.index_main3 .row1 {
  background: url(../images/index_main3_row1_bg.png) no-repeat 37px 65px;
  padding: 87px 0;
}

.index_main3 .row1 .left {
  width: 620px;
}

.index_main3 .row1 .left .index_title {
  text-align: left;
}

.index_main3 .row1 .left .content {
  padding-top: 30px;
}

.index_main3 .row1 .left .content p {
  color: #333333;
  font-size: 18px;
  line-height: 2;
  text-align: justify;
}

.index_main3 .row1 .left .content .more {
  color: #4d4d4d;
  font-size: 16px;
  display: block;
  width: 161px;
  height: 46px;
  line-height: 44px;
  text-align: center;
  border: solid 1px #FF8701;
  border-radius: 30px;
  margin-top: 25px;
}

.index_main3 .row1 .right {
  position: absolute;
  right: 0;
  width: 630px;
  padding-top: 25px;
}

.index_main3 .row1 .right video {
  object-fit: fill;
  width: 100%;
  height: 467px;
}

.index_main3 .row2 {
  width: 100%;
  background: url(../images/index_main3_row2_bg.jpg) no-repeat center/cover;
  padding: 85px 0;
}

.index_main3 .row2 .numCount ul li {
  color: #fff;
}

.index_main3 .row2 .numCount ul .line {
  width: 1px;
  height: 40px;
  background: #fff;
}

.index_main3 .row2 .numCount .numCX {
  font-size: 60px;
  line-height: 1;
  font-family: arial;
}

.index_main3 .row2 .numCount .unitC {
  font-size: 18px;
  padding-left: 10px;
}

.index_main3 .row2 .numCount .indc {
  font-size: 18px;
  text-align: center;
}

.index_main4 {
  padding: 80px 0;
}

.index_main4 .content {
  padding-top: 25px;
}

.index_main4 .content .left {
  position: relative;
  width: 620px;
}

.index_main4 .content .left img {
  width: 100%;
  height: 459px;
}

.index_main4 .content .left .tt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, .64);
  padding: 18px 23px;
  color: #ffffff;
  font-size: 18px;
}

.index_main4 .content .right {
  position: relative;
  width: 650px;
}

.index_main4 .content .right .swiper-container {
  height: 416px;
}

.index_main4 .content .right .swiper-slide {
  background: #EEEEEE;
}

.index_main4 .content .right .swiper-slide .date {
  width: 120px;
  border-right: solid 1px #FF7C44;
  padding-left: 40px;
  color: #323232;
  font-size: 36px;
  font-family: arial;
  line-height: 1.2;
}

.index_main4 .content .right .swiper-slide .date p {
  font-size: 16px;
}

.index_main4 .content .right .swiper-slide .text {
  width: 530px;
  padding: 0 25px;
}

.index_main4 .content .right .swiper-slide .text h4 {
  color: #424242;
  font-size: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index_main4 .content .right .swiper-slide .text p {
  color: #656565;
  font-size: 16px;
  line-height: 26px;
  padding-top: 10px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;

}

.index_main4 .content .right .swiper-slide:hover {
  background: #2A80B9;
}

.index_main4 .content .right .swiper-slide:hover .date {
  border-right: 1px solid #fff;
  color: #fff;
}

.index_main4 .content .right .swiper-slide:hover .text h4 {
  color: #fff;
}

.index_main4 .content .right .swiper-slide:hover .text p {
  color: #fff;
}

.index_main4 .content .right .swiper-btn {
  margin-top: 10px;
}

.index_main4 .content .right .swiper-btn div {
  background: #EEEEEE;
  width: 321px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  color: #323232;
  font-size: 24px;
}

.index_main4 .content .right .swiper-btn div:hover {
  background: #2A80B9;
  color: #fff;
}

.index_main5 {
  background: url(../images/index_main5_bg.jpg) no-repeat center/cover;
  height: 341px;
  padding-top: 75px;
}

.index_main5 .index_title {
  text-align: left;
}

.index_main5 .more {
  color: #4d4d4d;
  font-size: 16px;
  display: block;
  width: 161px;
  height: 46px;
  line-height: 44px;
  text-align: center;
  border: solid 1px #FF8701;
  border-radius: 30px;
  margin-top: 35px;
}

.footer {
  background: #434343;
  padding-top: 80px;
  padding-bottom: 60px;
}

.footer ul li h3 {
  position: relative;
  color: #e2e2e2;
  font-size: 18px;
  margin-bottom: 20px;
  padding-bottom: 30px;
}

.footer ul li h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 38px;
  height: 1px;
  background: #FF8701;
}

.footer ul li a,
.footer ul li p {
  display: block;
  color: #e2e2e2;
  font-size: 16px;
  line-height: 36px;
}

.footer ul li img {
  padding-top: 10px;
}

.footer ul li .box:nth-child(1) {
  margin-left: 0;
}

.footer ul li .box {
  margin-left: 20px;
  text-align: center;
}

.bottom {
  background: #313131;
  padding: 20px 0;
  text-align: center;
}

.bottom p,
.bottom a {
  color: #e2e2e2;
  font-size: 16px;
}

.nybanner img {
  width: 100%;
  display: block;
}

.crumb .container {
  height: 84px;
}

.crumb .left ul li a {
  display: block;
  color: #353535;
  font-size: 18px;
  padding: 28.5px 20px;
}

.crumb .left ul li a.cur,
.crumb .left ul li a:hover {
  background: #2A80B9;
  color: #ffffff;
}

.crumb .right {
  margin-left: auto;
  color: #343434;
  font-size: 16px;
}

.crumb .right .block {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #FF8701;
  margin-right: 5px;
}

.crumb .right a {
  color: #343434;
  font-size: 16px;
  margin: 0 5px;
}

.nytitle {
  text-align: center;
  color: #333333;
  font-size: 36px;
  font-weight: bold;
}

.page_contact .row1 {
  background: #F3F3F3;
  padding: 60px 0;
}

.page_contact .row1 .content {
  margin-top: 60px;
}

.page_contact .row1 .content .left {
  width: 500px;
  padding: 45px 50px;
  background: #fff;
}

.page_contact .row1 .content .left h4 {
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 20px;
}

.page_contact .row1 .content .left .active h4 {
  color: #2A80B9
}

.page_contact .row1 .content .left p {
  display: flex;
  color: #343434;
  font-size: 18px;
  line-height: 2;
}

.page_contact .row1 .content .left p img {
  padding-right: 15px;
}

.page_contact .row1 .content .right {
  position: relative;
  width: 800px;
}

.page_contact .row1 .content .right #map,
.page_contact .row1 .content .right #map2 {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 12px;
  z-index: 0;
}

.page_contact .row1 .content .right #map.active,
.page_contact .row1 .content .right #map2.active {
  z-index: 1;
}

.page_contact .row1 .content .right #map img,
.page_contact .row1 .content .right #map2 img {
  max-width: 100%;
}

.page_contact .row2 {
  padding-top: 80px;
  padding-bottom: 165px;
}

.page_contact .row2 .title {
  text-align: center;
}

.page_contact .row2 .title h3 {
  color: #373737;
  font-size: 28px;
  font-weight: bold;
}

.page_contact .row2 .title p {
  color: #5d5d5d;
  font-size: 18px;
  padding-top: 15px;
}

.page_contact .row2 .content {
  margin-top: 50px;
}

.page_contact .row2 .content li .input-text {
  width: 635px;
  height: 75px;
  background: #F3F3F3;
  color: #909091;
  font-size: 18px;
  padding: 0 30px;
  border: 0;
}

.page_contact .row2 .content textarea {
  resize: none;
  width: 100%;
  height: 260px;
  border: 0;
  background: #F3F3F3;
  color: #909091;
  font-size: 18px;
  padding: 30px;
  margin-top: 40px;
}

.page_contact .row2 .content .myform-btn {
  width: 100%;
  height: 83px;
  line-height: 83px;
  text-align: center;
  background: #2A80B9;
  color: #ffffff;
  font-size: 30px;
  border: 0;
  margin-top: 40px;
}

.list_product {
  background: url(../images/list_product_bg.jpg) no-repeat center/cover #f4f4f4;
  padding: 60px 0;
}

.list_product .title {
  text-align: center;
  color: #323232;
}

.list_product .title h3 {
  font-size: 36px;
  font-weight: bold;
}

.list_product .title p {
  font-size: 18px;
  padding-top: 15px;
}

.list_product .content {
  margin-top: 30px;
}

.list_product .content ul li {
  background: #FFFFFF;
  width: 630px;
  padding: 50px 40px;
  margin-top: 30px;
  transition: all .5s;
}

.list_product .content ul li .txt {
  width: 290px;
  display: flex;
  flex-direction: column;
}

.list_product .content ul li .txt h4 {
  color: #2a80b9;
  font-size: 28px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list_product .content ul li .txt p {
  color: #666666;
  font-size: 16px;
  line-height: 30px;
  height: 80px;
  padding-top: 20px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.list_product .content ul li .pic {
  width: 260px;
  margin-left: 30px;
}

.list_product .content ul li .pic img {
  width: 100%;
  height: 140px;
}

.list_product .content ul li .bi {
  display: block;
  width: 53px;
  height: 53px;
  text-align: center;
  line-height: 53px;
  border-radius: 50%;
  background: #2A80B9;
  font-size: 36px;
  color: #fff;
  margin-top: auto;
  transition: all .5s;
  margin-top: 30px;
}

.list_product .content ul li:hover {
  box-shadow: rgba(0, 0, 0, .19) 0 0 22px 3px;
}

.list_product .content ul li:hover .bi {
  background: #FF8701;
}

.pages {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}

.pages span a,
.pages span {
  color: #646464;
  font-size: 18px;
  font-family: arial;
}

.pages span {
  margin: 0 5px;
}

.pages span.p_n1,
.pages span:hover a {
  color: #2a80b9;
}

.nylist {
  background: #F3F3F3;
  padding: 60px 0;
}

.nylist .nytitle {
  text-align: left;
}

.nylist .content {
  margin-top: 40px;
}

.nylist .content .rec {
  background: #fff;
  border-top-right-radius: 40px;
}

.nylist .content .rec .pic {
  width: 650px;
}

.nylist .content .rec .pic img {
  width: 100%;
  height: 460px;
}

.nylist .content .rec .txt {
  width: 650px;
  padding: 50px 70px;
}

.nylist .content .rec .txt h4 {
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nylist .content .rec .txt .date {
  color: #2a80b9;
  font-size: 20px;
  display: block;
  margin-top: 40px;
}

.nylist .content .rec .txt p {
  color: #666666;
  font-size: 18px;
  line-height: 2;
  margin-top: 50px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.nylist .content .rec .txt .more {
  color: #666666;
  font-size: 20px;
  display: block;
  width: 185px;
  height: 55px;
  line-height: 53px;
  text-align: center;
  border: solid 1px #FF8701;
  border-radius: 30px;
  margin-top: 65px;
}

.nylist .content ul li {
  background: #fff;
  margin-top: 30px;
  transition: all .5s;
}

.nylist .content ul li:hover {
  box-shadow: rgba(0, 0, 0, .5) 0 0 10px 0;
}

.nylist .content ul li .pic {
  width: 274px;
}

.nylist .content ul li .pic img {
  width: 100%;
  height: 220px;
}

.nylist .content ul li .txt {
  width: 1026px;
  padding: 25px 35px;
}

.nylist .content ul li .txt .tt {
  color: #333333;
  font-size: 24px;
}

.nylist .content ul li .txt .tt {
  color: #333333;
  font-size: 24px;
}

.nylist .content ul li .txt .desc {
  width: 820px;
  height: 64px;
  overflow: hidden;
  color: #666666;
  font-size: 16px;
  line-height: 2;
  border-right: solid 1px #BFBFBF;
  padding-right: 25px;
  margin-right: 48px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.nylist .content ul li .txt .date {
  color: #393939;
  font-family: arial;
}

.nylist .content ul li .txt .date span {
  font-size: 40px;
}

.nylist .content ul li .txt .date p {
  font-size: 24px;
}

.nylist .content ul li .txt .icon {
  width: 30px;
  height: 30px;
  line-height: 2;
  text-align: center;
  background: #FF8701;
}

.nyshow {
  background: #F3F3F3;
  padding: 60px 0;
}

.nyshow .container {
  max-width: 1200px;
}

.nyshow .title {
  text-align: center;
}

.nyshow .title h3 {
  color: #333333;
  font-size: 30px;
  font-weight: bold;
}

.nyshow .title span {
  display: block;
  margin: 15px auto 0;
}

.nyshow .infos {
  padding: 25px 0;
  border-bottom: solid 1px #BFBFBF;
}

.nyshow .infos p {
  color: #817777;
  font-size: 16px;
  text-align: center;
}

.nyshow .content {
  padding-top: 25px;
  color: #333;
  font-size: 18px;
  line-height: 2;
}

.nyshow .content img {
  max-width: 100%;
}

.prev_next {
  margin-top: 60px;
}

.prev_next a {
  display: flex;
  align-items: center;
  width: 49%;
  height: 100px;
  color: #666666;
  font-size: 18px;
  background: #fff;
  padding: 0 28px;
}

.prev_next a:hover {
  box-shadow: rgba(0, 0, 0, .8) 0 0 10px 0;
}

.prev_next a .icon {
  display: block;
  width: 49px;
  height: 49px;
  line-height: 49px;
  text-align: center;
  background: #FF8701;
  border-radius: 50%;
  margin-left: auto;
  flex-shrink: 0;
}

.list_wenda {
  padding: 60px 0;
  background: #F3F3F3;
}

.list_wenda .content {
  margin-top: 10px;
}

.list_wenda .content ul li {
  margin-top: 27px;
  background: #fff;
  padding: 30px 100px 30px 35px;
  transition: all .5s;
}

.list_wenda .content ul li:hover {
  box-shadow: rgba(0, 0, 0, .5) 0 0 10px 0px;
}

.list_wenda .content ul li img {
  height: 42px;
  padding-right: 20px;
}

.list_wenda .content ul li .tt {
  color: #424242;
  font-size: 24px;
  font-weight: bold;
  display: flex;
}

.list_wenda .content ul li .desc {
  color: #656565;
  font-size: 18px;
  line-height: 30px;
  margin-top: 10px;
  display: flex;
}

.list_hyyy_subnav {
  background: url(../images/list_hyyy_subnav_bg.jpg) no-repeat center/cover #2B80B9;
  height: 377px;
  padding: 40px 0;
}

.list_hyyy_subnav ul li {
  width: 16.66%;
  text-align: center;
  padding: 20px 0;
}

.list_hyyy_subnav ul li .icon {
  height: 70px;
  line-height: 70px;
}

.list_hyyy_subnav ul li .tt {
  color: #ffffff;
  font-size: 20px;
  padding-top: 10px;
}

.list_hyyy_subnav ul li:hover .tt {
  color: #FF8701;
}

.list_hyyy {
  background: #F3F3F3;
  padding: 60px 0;
}

.list_hyyy .content {
  margin-top: 30px;
}

.list_hyyy .content ul li {
  width: 418px;
  margin-top: 20px;
  margin-right: 22px;
  background: #fff;
  padding: 20px 24px;
  border-bottom: solid 2px #fff;
}

.list_hyyy .content ul li:nth-child(3n) {
  margin-right: 0;
}

.list_hyyy .content ul li .txt .tt {
  color: #323232;
  font-size: 24px;
  font-weight: bold;
}

.list_hyyy .content ul li .txt .desc {
  color: #323232;
  font-size: 18px;
  line-height: 26px;
  margin-top: 15px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.list_hyyy .content ul li .pic {
  margin-top: 25px;
}

.list_hyyy .content ul li .pic img {
  width: 100%;
  height: 272px;
}

.list_hyyy .content ul li:hover {
  border-color: #F07108;
  box-shadow: rgba(0, 0, 0, .35) 0 0 7px 3px;
}

.category_about {
  background: url(../images/category_about_bg.jpg) no-repeat bottom/cover #FAFAFA;
}

.category_about .main1 {
  padding: 80px 0;
}

.category_about .main1 .left {
  width: 640px;
}

.category_about .main1 .left h3 {
  color: #323232;
  font-size: 36px;
  font-weight: bold;
}

.category_about .main1 .left span {
  color: #cfcfcf;
  font-size: 55px;
}

.category_about .main1 .left h4 {
  color: #f57b0d;
  font-size: 24px;
  padding-top: 10px;
}

.category_about .main1 .left p {
  color: #333333;
  font-size: 16px;
  line-height: 30px;
  padding-top: 30px;
}

.category_about .main1 .mid {
  width: 346px;
}

.category_about .main1 .mid img {
  max-width: 100%;
}

.category_about .main1 .right {
  width: 200px;
}

.category_about .main1 .right ul li {
  border-bottom: solid 1px #B5B5B5;
  color: #333;
  padding: 10px 0 10px 30px;
}

.category_about .main1 .right ul li:last-child {
  border-bottom: 0;
}

.category_about .main1 .right ul li .numCX {
  font-size: 54px;
}

.category_about .main1 .right ul li sup {
  font-size: 34px;
}

.category_about .main1 .right ul li .unitC {
  font-size: 18px;
}

.category_about .main1 .right ul li .indc {
  font-size: 18px;
}

.category_about .main2 {
  position: relative;
  padding-top: 100px;
}

.category_about .main2 .left {
  position: absolute;
  top: 0;
  left: 0;
}

.category_about .main2 .left img {
  max-width: 100%;
}

.category_about .main2 .right {
  position: relative;
  z-index: 1;
  margin-left: auto;
}

.category_about .main2 .right .pic img {
  max-width: 100%;
}

.category_about .main2 .right .txt {
  position: absolute;
  top: 50px;
  left: 80px;
}

.category_about .main2 .right .txt h3 {
  color: #ffffff;
  font-size: 36px;
  font-weight: bold;
}

.category_about .main2 .right .txt h4 {
  position: relative;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  padding-top: 40px;
  padding-bottom: 30px;
  margin-bottom: 20px;
}

.category_about .main2 .right .txt h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 4px;
  background: #FF8701;
}

.category_about .main2 .right .txt p {
  color: #ffffff;
  font-size: 18px;
}

.category_about .main3 {
  padding: 80px 0;
}

.category_about .main3 .title {
  color: #323232;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

.category_about .main3 .content {
  position: relative;
  margin-top: 80px;
  background: url(../images/category_about_main3_line.png) no-repeat center;
}

.category_about .main3 .content .swiper-container {
  width: 1168px;
  margin: auto;
}

.category_about .main3 .content .swiper-slide {
  width: 425px;
  height: 240px;
  border-left: solid 2px #2A80B9;
  padding-left: 45px;
  margin-right: -200px;
}

.category_about .main3 .content .swiper-slide .tt {
  color: #2A80B9;
  font-size: 36px;
  font-weight: bold;
}

.category_about .main3 .content .swiper-slide .con {
  color: #323232;
  font-size: 18px;
  line-height: 30px;
  padding-top: 35px;
}

.category_about .main3 .content .swiper-slide:nth-child(2n) {
  margin-top: 220px;
  padding-top: 30px;
  margin-right: 0;
}

.category_about .main4 {
  background: url(../images/category_about_main4_bg.jpg) no-repeat center/cover;
  padding: 60px 0;
}

.category_about .main4 .title {
  text-align: center;
  color: #323232;
  font-size: 36px;
  font-weight: bold;
}

.category_about .main4 .content {
  margin-top: 50px;
}

.category_about .main4 .content .swiper-slide {
  background: rgba(255, 255, 255, .9);
  padding: 30px;
}

.category_about .main4 .content .swiper-slide .txt span {
  display: block;
  width: 107px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  border: solid 2px #FF8701;
  border-radius: 30px;
  color: #323232;
  font-size: 16px;
  font-weight: bold;
}

.category_about .main4 .content .swiper-slide .txt h4 {
  color: #323232;
  font-size: 24px;
  font-weight: bold;
  margin-top: 25px;
  height: 58px
}

.category_about .main4 .content .swiper-slide .pic {
  margin-top: 45px;
}

.category_about .main4 .content .swiper-slide .pic img {
  height: 185px;
  transition: all .5s;
}

.category_about .main4 .content .swiper-slide:hover .pic img {
  transform: scale(1.1);
}

.category_about .main4 .main4_btn {
  margin-top: 45px;
}

.category_about .main4 .main4_btn div {
  color: #000;
  font-size: 16px;
  font-family: "宋体";
  background: #FFFFFF;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  margin: 0 35px;
}

.category_about .main4 .main4_btn div:hover {
  background: #003787;
  color: #fff;
}

.category_about .main5 {
  padding: 80px 0;
}

.category_about .main5 .title {
  text-align: center;
  color: #323232;
  font-size: 36px;
  font-weight: bold;
}

.category_about .main5 .content {
  position: relative;
  margin-top: 60px;
}

.category_about .main5 .content .swiper-slide {
  background: #EEEEEE;
}

.category_about .main5 .content .swiper-slide .pic {
  width: 853px;
}

.category_about .main5 .content .swiper-slide .pic img {
  width: 100%;
  height: 518px;
}

.category_about .main5 .content .swiper-slide .txt {
  width: 447px;
  padding: 50px 50px;
}

.category_about .main5 .content .swiper-slide .txt h4 {
  color: #323232;
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
}

.category_about .main5 .content .swiper-slide .txt p {
  color: #333333;
  font-size: 16px;
  line-height: 30px;
  margin-top: 40px;
}

.category_about .main5 .content .main5_btn {
  position: absolute;
  bottom: 60px;
  right: 233px;
  z-index: 1;
  width: 152px;
}

.category_about .main5 .content .main5_btn div {
  color: #000;
  font-size: 16px;
  font-family: "宋体";
  background: #FFFFFF;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}

.category_about .main5 .main5_btn div:hover {
  background: #003787;
  color: #fff;
}

.nypage_zsjm {
  background: #F3F3F3;
}

.nypage_zsjm .main1 {
  padding: 50px 0;
}

.nypage_zsjm .main1 .title {
  text-align: center;
  color: #323232;
  font-size: 36px;
}

.nypage_zsjm .main1 .content {
  color: #323232;
  font-size: 16px;
  line-height: 24px;
  padding-top: 30px;
}

.nypage_zsjm_number {
  background: url(../images/nypage_zsjm_number_bg.png) no-repeat center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 87px;
  height: 87px;
  font-size: 36px;
  text-align: center;
  color: #ffffff;
  margin: auto;
}

.nypage_zsjm .main2 {
  background: url(../images/nypage_zsjm_main2_bg.jpg) no-repeat center 42px/cover;
  height: 694px;
}

.nypage_zsjm_title {
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  padding-top: 33px;
}

.nypage_zsjm .main2 .content {
  padding-top: 88px;
}

.nypage_zsjm .main2 .content ul li {
  width: 200px;
  height: 318px;
  background: #fff;
  border-radius: 10px;
  padding: 30px 15px;
  transition: all .5s;
}

.nypage_zsjm .main2 .content ul li:hover {
  transform: scale(1.1);
}

.nypage_zsjm .main2 .content ul li span {
  position: relative;
  color: #ff8701;
  font-size: 30px;
}

.nypage_zsjm .main2 .content ul li span::after {
  content: "";
  position: absolute;
  bottom: 8px;
  right: -10px;
  display: block;
  background: #F0831A;
  width: 23px;
  height: 3px;
  transform: rotate(130deg);
}

.nypage_zsjm .main2 .content ul li p {
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  padding-top: 20px;
}

.nypage_zsjm .main3 {
  padding: 55px 0;
}

.nypage_zsjm .main3 .nypage_zsjm_title {
  color: #333333;
}

.nypage_zsjm .main3 .content {
  padding-top: 75px;
}

.nypage_zsjm .main3 .content ul li {
  width: 260px;
  padding: 0 18px;
  text-align: center;
}

.nypage_zsjm .main3 .content ul li .icon img {
  transition: all 1s;
}

.nypage_zsjm .main3 .content ul li:hover .icon img {
  transform: rotate(360deg);
}

.nypage_zsjm .main3 .content ul li .text h4 {
  color: #333333;
  font-size: 18px;
  padding-top: 15px;
}

.nypage_zsjm .main3 .content ul li .text p {
  color: #666666;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  padding-top: 17px;
}

.nypage_zsjm .main3 .content ul li:last-child .text p {
  text-align: center;
}

.nypage_zsjm .main4 {
  background: url(../images/nypage_zsjm_main4_bg.jpg) no-repeat center 42px/cover;
  height: 694px;
}

.nypage_zsjm .main4 .content {
  padding-top: 50px;
}

.nypage_zsjm .main4 .content ul li {
  width: 284px;
  height: 284px;
  border-radius: 10px;
  background: #fff;
  text-align: center;
  padding: 25px;
}

.nypage_zsjm .main4 .content ul li:nth-child(3) {
  width: 491px;
}

.nypage_zsjm .main4 .content ul li .text {
  text-align: left;
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  padding-top: 20px;
}

.nypage_zsjm .main4 .desc {
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  padding-top: 80px;
}

@media(min-width:1366px) {
  .mobile {
    display: none !important;
  }
}

@media(max-width:1365px) {
  .pc {
    display: none !important;
  }

  .container {
    width: 95%;
  }

  .m_header {
    position: relative;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    padding: 0 .5rem;
    height: 2.5rem;
    align-items: center;
    width: 100%;
  }

  .m_header .index_logo {
    width: 12rem;
  }

  .m_header .index_logo img {
    width: 100%;
  }

  .m_header .phone {
    position: relative;
    margin-left: auto;
    padding-right: .95rem;
    color: #2E2E2E;
    font-size: .75rem;
    padding-left: 1.175rem;
  }

  .m_header .phone::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: .8rem;
    height: .8rem;
    background: url(../images/icon_tel.png) no-repeat;
    background-size: 100%;
  }

  .m_header .menu {
    display: flex;
    align-items: center;
    color: #fff;
    width: auto;
    background: none;
    margin: 0;
  }

  .m_header .menu i {
    font-size: 1.5rem;
    color: #1a478b;
  }

  .side-box {
    position: fixed;
    top: 0rem;
    width: 7.5rem;
    right: -7.5rem;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1200;
    color: rgba(0, 0, 0, 1);
    transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .side-cut {
    position: relative;
    width: 10rem;
    float: right;
    height: 100%;
  }

  body.open .side-shadow {
    opacity: 1;
    visibility: visible;
  }

  body.open .side-box {
    width: 200%;
    right: 0;
  }

  .side-bin {
    width: 100%;
    background: rgba(255, 255, 255, .975);
    height: 100%;
    z-index: 2;
    position: relative;
    transition: .3s .1s;
    -moz-transition: .3s .1s;
    -ms-transition: .3s .1s;
    -o-transition: .3s .1s;
    -webkit-transition: .3s .1s;
  }

  .side-nav>ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .nav-first {
    display: block;
    position: relative;
    margin: 0 0 .025rem 0;
    list-style: none;
    cursor: pointer;
    opacity: 0;
    transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transition-property: opacity, transform !important;
    -moz-transition-property: opacity, transform !important;
    -ms-transition-property: opacity, transform !important;
    -o-transition-property: opacity, transform !important;
    -webkit-transition-property: opacity, transform !important;
    transition: .6s .95s;
    -moz-transition: .6s .95s;
    -ms-transition: .6s .95s;
    -o-transition: .6s .95s;
    -webkit-transition: .6s .95s;
  }

  .nav-first:nth-child(1) {
    transition: .6s .4s;
    -moz-transition: .6s .4s;
    -ms-transition: .6s .4s;
    -o-transition: .6s .4s;
    -webkit-transition: .6s .4s;
  }

  .nav-first:nth-child(2) {
    transition: .6s .5s;
    -moz-transition: .6s .5s;
    -ms-transition: .6s .5s;
    -o-transition: .6s .5s;
    -webkit-transition: .6s .5s;
  }

  .nav-first:nth-child(3) {
    transition: .6s .59s;
    -moz-transition: .6s .59s;
    -ms-transition: .6s .59s;
    -o-transition: .6s .59s;
    -webkit-transition: .6s .59s;
  }

  .nav-first:nth-child(4) {
    transition: .6s .67s;
    -moz-transition: .6s .67s;
    -ms-transition: .6s .67s;
    -o-transition: .6s .67s;
    -webkit-transition: .6s .67s;
  }

  .nav-first:nth-child(5) {
    transition: .6s .74s;
    -moz-transition: .6s .74s;
    -ms-transition: .6s .74s;
    -o-transition: .6s .74s;
    -webkit-transition: .6s .74s;
  }

  .nav-first:nth-child(6) {
    transition: .6s .8s;
    -moz-transition: .6s .8s;
    -ms-transition: .6s .8s;
    -o-transition: .6s .8s;
    -webkit-transition: .6s .8s;
  }

  .nav-first:nth-child(7) {
    transition: .6s .85s;
    -moz-transition: .6s .85s;
    -ms-transition: .6s .85s;
    -o-transition: .6s .85s;
    -webkit-transition: .6s .85s;
  }

  .nav-first:nth-child(8) {
    transition: .6s .89s;
    -moz-transition: .6s .89s;
    -ms-transition: .6s .89s;
    -o-transition: .6s .89s;
    -webkit-transition: .6s .89s;
  }

  .nav-first:nth-child(9) {
    transition: .6s .92s;
    -moz-transition: .6s .92s;
    -ms-transition: .6s .92s;
    -o-transition: .6s .92s;
    -webkit-transition: .6s .92s;
  }

  .nav-first:nth-child(10) {
    transition: .6s .94s;
    -moz-transition: .6s .94s;
    -ms-transition: .6s .94s;
    -o-transition: .6s .94s;
    -webkit-transition: .6s .94s;
  }

  body.open .nav-first {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  .nav-first>a:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: #1a478b;
    z-index: 2;
    transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    -webkit-transition: width .3s ease-in-out;
  }

  body.open .nav-first.active>a:before {
    width: 100%;
    transition: width .3s 1s;
    -moz-transition: width .3s 1s;
    -ms-transition: width .3s 1s;
    -o-transition: width .3s 1s;
    -webkit-transition: width .3s 1s;
  }

  .nav-first:hover a:before {
    width: 100%;
  }

  .side-nav>ul:hover>.nav-first.active>a:before {
    width: .075rem;
    transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    -webkit-transition: width .3s ease-in-out;
  }

  .side-nav>ul:hover>.nav-first.active:hover>a:before {
    width: 100%;
  }

  .nav-first>a {
    position: relative;
    z-index: 3;
    display: block;
    padding: .5rem .75rem;
    color: rgba(0, 0, 0, .9);
  }

  .nav-first>a:after {
    display: table;
    clear: both;
    content: ''
  }

  .nav-first>a>i {
    float: left;
    position: relative;
    z-index: 3;
    padding: 0 .375rem 0 .025rem;
    line-height: 1.75rem;
    font-size: .55rem;
  }

  .nav-first>a>b {
    float: left;
    font-weight: normal;
    position: relative;
    z-index: 3;
    font-size: .7rem;
  }

  body.open .nav-first:hover>a,
  body.open .nav-first.active>a,
  .side-nav>ul:hover>.nav-first.active:hover>a {
    color: rgba(255, 255, 255, 1);
    transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    -webkit-transition: color .3s;
  }

  .side-nav>ul:hover>.nav-first.active>a {
    color: rgba(0, 0, 0, .9);
    transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    -webkit-transition: color .3s;
  }

  body.open .nav-first.active>a {
    color: rgba(255, 255, 255, 1);
    transition: color .3s 1s;
    -moz-transition: color .3s 1s;
    -ms-transition: color .3s 1s;
    -o-transition: color .3s 1s;
    -webkit-transition: color .3s 1s;
  }

  .nav-first>a>p,
  .side-nav>ul:hover>.nav-first.active>a>p {
    position: absolute;
    top: 50%;
    right: .75rem;
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, .4);
    font-family: 'AddFont';
    padding: .15rem;
    border-radius: 50%;
    line-height: 1;
    margin: 0;
    font-size: .3rem;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 3;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  body.open .nav-first:hover>a>p,
  body.open .nav-first.active>a>p,
  .side-nav>ul:hover>.nav-first.active:hover>a>p {
    color: #2E2E2E;
    background: rgba(255, 255, 255, .8);
  }

  body.open .nav-first.active>a>p {
    color: #2E2E2E;
    background: rgba(255, 255, 255, .8);
    transition: .3s 1s;
    -moz-transition: .3s 1s;
    -ms-transition: .3s 1s;
    -o-transition: .3s 1s;
    -webkit-transition: .3s 1s;
  }

  .side-shadow {
    width: 99.975rem;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    z-index: 1;
    top: 0;
    right: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-first>i {
    display: block;
    position: absolute;
    width: 1.9rem;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 4;
    cursor: pointer;
  }

  .nav-first.mobile-active>i:before {
    background: rgba(255, 255, 255, 1);
  }

  .nav-first>i:before {
    position: absolute;
    content: '';
    width: .5rem;
    height: .1rem;
    margin-left: -0.2rem;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    background: #2E2E2E;
    top: 50%;
    left: 50%;
  }

  .nav-first>i:after {
    position: absolute;
    content: '';
    width: .1rem;
    height: .5rem;
    margin-top: -0.2rem;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    background: #2E2E2E;
    left: 50%;
    top: 50%;
  }

  .nav-first.active>i:before,
  .nav-first.active>i:after,
  .nav-first:hover>i:before {
    background: rgba(255, 255, 255, 1);
  }

  .nav-first:hover>i:after {
    background: rgba(255, 255, 255, 1);
  }

  .nav-first.mobile-active>a:before {
    width: 100%;
  }

  .nav-first.mobile-active>a>i,
  .nav-first.mobile-active>a>b {
    color: rgba(255, 255, 255, 1);
  }

  .nav-first.mobile-active>a>p {
    color: rgba(255, 255, 255, 1);
  }

  .nav-first.mobile-active>ul {
    padding: .025rem 0 0 0;
    height: auto;
  }

  .nav-first.mobile-active>i:before {
    background: rgba(255, 255, 255, 1);
  }

  .nav-first.mobile-active>i:after {
    display: none;
  }

  .nav-second {
    margin: 0 0 .025rem 0;
    list-style: none;
    padding: 0;
    border-bottom: solid .025rem #ccc;
  }

  .nav-second>ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .nav-second>a {
    padding: .25rem .75rem;
    line-height: 1.5rem;
    display: block;
    position: relative;
  }

  .nav-second>a>b {
    display: block;
    font-size: .6rem;
    font-weight: normal;
    color: rgba(0, 0, 0, .8);
    position: relative;
    z-index: 1;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-second>a:after {
    background: #1a478b;
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-second:hover>a:after {
    width: 100%;
  }

  .nav-second>ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .nav-second>ul:after {
    display: block;
    content: '';
    clear: both;
  }

  .nav-second:hover>a>b {
    color: rgba(255, 255, 255, 1);
  }

  .nav-third {
    display: block;
    line-height: none;
    padding: .025rem 0 0 0;
    margin: 0 .75rem;
  }

  .nav-third>a {
    padding: 0 .75rem;
    line-height: 1.25rem;
    margin-bottom: .025rem;
    background: rgba(0, 0, 0, .08);
    display: block;
    position: relative;
  }

  .nav-third>a>b {
    display: block;
    font-weight: normal;
    color: rgba(0, 0, 0, .9);
  }

  .nav-third>a:after {
    background: #2E2E2E;
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-third>a>b {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, 1);
    font-weight: normal;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-third:hover>a:after {
    width: 100%;
  }

  .nav-third:hover>a>b {
    color: rgba(255, 255, 255, 1);
  }

  .side-foot {
    padding: .75rem .75rem .625rem .75rem;
    text-align: left;
    overflow: hidden;
  }

  .side-phone {
    border-bottom: .025rem solid rgba(0, 0, 0, .15);
    line-height: 1;
    margin-bottom: .5rem;
    padding-bottom: .5rem;
    opacity: 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: .6s .4s;
    -moz-transition: .6s .4s;
    -ms-transition: .6s .4s;
    -o-transition: .6s .4s;
    -webkit-transition: .6s .4s;
    transition-property: opacity, transform !important;
    -moz-transition-property: opacity, transform !important;
    -ms-transition-property: opacity, transform !important;
    -o-transition-property: opacity, transform !important;
    -webkit-transition-property: opacity, transform !important;
  }

  .side-phone:after {
    display: block;
    clear: both;
    content: '';
  }

  body.open .side-phone {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  .side-phone P {
    float: left;
    margin: 0;
    line-height: 1;
  }

  .side-phone p b {
    display: block;
    font-family: 'AddFont';
    font-weight: normal;
    color: rgba(0, 0, 0, .6);
    margin-bottom: .125rem;
  }

  .side-phone p a {
    display: block;
    font-family: 'AddFont';
    color: rgba(0, 0, 0, 1);
    font-size: .55rem;
    letter-spacing: -0.025rem;
  }

  .side-phone i {
    float: right;
    display: block;
    font-size: .7rem;
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, .8);
    padding: .1rem .1rem 0 .1rem;
    margin-top: .225rem;
    cursor: pointer;
  }

  .side-phone i:hover {
    background: rgba(0, 0, 0, .8);
    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
  }

  .side-text {
    white-space: pre-wrap;
    padding-top: .25rem;
    color: rgba(0, 0, 0, 1);
    opacity: 0;
    font-family: 'Addfont', Microsoft Yahei;
    transform: translateY(.75rem);
    -moz-transform: translateY(.75rem);
    -ms-transform: translateY(.75rem);
    -o-transform: translateY(.75rem);
    -webkit-transform: translateY(.75rem);
    transition: .6s .4s;
    -moz-transition: .6s .4s;
    -ms-transition: .6s .4s;
    -o-transition: .6s .4s;
    -webkit-transition: .6s .4s;
    transition-property: opacity, transform !important;
    -moz-transition-property: opacity, transform !important;
    -ms-transition-property: opacity, transform !important;
    -o-transition-property: opacity, transform !important;
    -webkit-transition-property: opacity, transform !important;
  }

  body.open .side-text {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  .nav-first>ul {
    list-style: none;
    margin: 0 !important;
    padding: 0;
    display: block;
    overflow: hidden;
    width: auto !important;
    height: 0;
    background: rgba(0, 0, 0, .03);
  }

  .index_banner .position {
    bottom: .5rem;
  }

  .index_banner .swiper-pagination .swiper-pagination-bullet {
    width: 1rem
  }

  .index_banner .swiper-num {
    font-size: .9rem;
  }

  .index_title h3 {
    font-size: .9rem;
  }

  .index_title p {
    font-size: .55rem;
    padding-top: .25rem;
  }

  .index_main1 {
    padding: 1.5rem 0;
  }

  .index_main1 .content {
    padding-top: 1rem;
  }

  .index_main1 .content ul li {
    width: 49%;
    margin-right: 2%;
  }

  .index_main1 .content ul li:nth-child(2n) {
    margin-right: 0;
  }

  .index_main1 .content ul li .pic img {
    height: 5.675rem
  }

  .index_main1 .content ul li .txt {
    padding: .75rem;
  }

  .index_main1 .content ul li .txt h4 {
    font-size: .7rem;
  }

  .index_main1 .content ul li .txt span {
    width: 1.075rem;
    margin: .5rem auto;
  }

  .index_main1 .content ul li .txt p {
    display: none;
  }

  .index_main2 {
    padding: 1.5rem 0;
  }

  .index_main2 .content .hd ul li .tt {
    font-size: .7rem;
  }

  .index_main2 .content .hd ul li.on {
    width: 100%;
  }

  .index_main2 .more {
    font-size: .4rem;
    width: 4.025rem;
    height: 1.15rem;
    line-height: 1.1rem;
    border-radius: 1.25rem;
    margin-top: .5rem;
  }

  .index_main2_mobile .content ul li {
    position: relative;
    margin-top: .5rem;
  }

  .index_main2_mobile .content ul li .pic {
    overflow: hidden;
    border-radius: .25rem;
  }

  .index_main2_mobile .content ul li .pic img {
    width: 100%;
  }

  .index_main2_mobile .content ul li .tt {
    position: absolute;
    bottom: .5rem;
    right: .5rem;
    z-index: 1;
    color: #fff;
    font-size: .7rem;
  }

  .index_main3 .row1 {
    padding: 1.5rem 0;
  }

  .index_main3 .container {
    flex-wrap: wrap;
  }

  .index_main3 .row1 .left {
    width: 100%;
  }

  .index_main3 .row1 .left .content {
    padding-top: .75rem;
  }

  .index_main3 .row1 .left .content p {
    font-size: .6rem;
  }

  .index_main3 .row1 .left .content .more {
    font-size: .4rem;
    width: 4.025rem;
    height: 1.15rem;
    line-height: 1.1rem;
    border-radius: .75rem;
    margin-top: .625rem;
  }

  .index_main3 .row1 .right {
    position: relative;
    width: 100%;
    padding-top: .625rem;
  }

  .index_main3 .row1 .right video {
    height: auto;
  }

  .index_main3 .row2 {
    padding: 1.5rem 0;
  }

  .index_main3 .row2 .numCount ul {
    flex-wrap: wrap;
  }

  .index_main3 .row2 .numCount ul li {
    width: 50%;
    text-align: center;
    margin: .5rem 0
  }

  .index_main3 .row2 .numCount ul .line {
    display: none;
  }

  .index_main3 .row2 .numCount .numCX {
    font-size: 1.5rem;
  }

  .index_main3 .row2 .numCount .unitC {
    font-size: .45rem;
    padding-left: .25rem;
  }

  .index_main3 .row2 .numCount .indc {
    font-size: .45rem;
  }

  .index_main4 {
    padding: 1.5rem 0;
  }

  .index_main4 .content {
    flex-wrap: wrap;
    padding-top: .625rem;
  }

  .index_main4 .content .left {
    width: 100%;
  }

  .index_main4 .content .left img {
    height: 11.475rem;
  }

  .index_main4 .content .left .tt {
    padding: .45rem .575rem;
    font-size: .6rem;
  }

  .index_main4 .content .right {
    width: 100%;
  }

  .index_main4 .content .right .swiper-slide a {
    width: 100%;
  }

  .index_main4 .content .right .swiper-slide .date {
    width: 20%;
    padding-left: 0;
    text-align: center;
    font-size: .9rem;
  }

  .index_main4 .content .right .swiper-slide .date p {
    font-size: .4rem;
  }

  .index_main4 .content .right .swiper-slide .text {
    width: 80%;
    padding: 0 .625rem;
  }

  .index_main4 .content .right .swiper-slide .text h4 {
    font-size: .7rem;
    white-space: initial;
    text-overflow: initial;
  }

  .index_main4 .content .right .swiper-slide .text p {
    display: none;
  }

  .index_main5 {
    padding: 1.5rem 0;
    height: auto;
  }

  .index_main5 .more {
    font-size: .4rem;
    width: 4.025rem;
    height: 1.15rem;
    line-height: 1.1rem;
    border-radius: .75rem;
    margin-top: .875rem;
  }

  .footer {
    padding: 1.5rem 0;
  }

  .footer ul {
    flex-wrap: wrap;
  }

  .footer ul li {
    display: none;
    width: 100%;
    margin-top: .5rem;
  }

  .footer ul li:nth-last-child(1),
  .footer ul li:nth-last-child(2) {
    display: block;
  }

  .footer ul li>div {
    justify-content: center;
  }

  .footer ul li h3 {
    font-size: .8rem;
    margin-bottom: .5rem;
    padding-bottom: .75rem;
  }

  .footer ul li img {
    width: 120px;
  }

  .footer ul li a,
  .footer ul li p {
    font-size: .6rem;
    line-height: 2;
  }

  .bottom {
    padding: .5rem 0;
  }

  .bottom p,
  .bottom a {
    font-size: .55rem;
  }

  .crumb .container {
    width: 100%;
    height: auto;
  }

  .crumb .left {
    overflow: hidden;
  }

  .crumb .left ul {
    overflow-y: scroll;
  }

  .crumb .left ul li {
    flex-shrink: 0;
  }

  .crumb .left ul li a {
    font-size: .7rem;
    padding: .7125rem .5rem;
  }

  .crumb .right {
    display: none !important;
  }

  .list_product {
    padding: 1.5rem 0;
  }

  .list_product .title h3 {
    font-size: .9rem;
  }

  .list_product .title p {
    font-size: .45rem;
    padding-top: .375rem;
  }

  .list_product .content {
    margin-top: .75rem;
  }

  .list_product .content ul li {
    width: 100%;
    padding: 1.25rem 1rem;
    margin-top: .75rem;
  }

  .list_product .content ul li .txt {
    width: 100%;
  }

  .list_product .content ul li .txt h4 {
    font-size: .7rem;
  }

  .list_product .content ul li .txt p {
    font-size: .55rem;
    line-height: .75rem;
    height: 2rem;
    padding-top: .5rem;
  }

  .list_product .content ul li .bi {
    width: 1.325rem;
    height: 1.325rem;
    line-height: 1.325rem;
    font-size: .9rem;
    margin-top: .75rem;
  }

  .list_product .content ul li .pic {
    width: 100%;
    margin-left: .75rem;
  }

  .list_product .content ul li .pic img {
    height: 3.5rem;
  }

  .pages {
    margin-top: 1.5rem;
  }

  .pages span a,
  .pages span {
    font-size: .45rem;
  }

  .nyshow {
    padding: 1.5rem 0;
  }

  .nyshow .title h3 {
    font-size: .75rem;
  }

  .nyshow .title span {
    margin: .375rem auto 0;
  }

  .nyshow .infos {
    padding: .625rem 0;
  }

  .nyshow .infos p {
    font-size: .4rem;
  }

  .nyshow .content {
    padding-top: .625rem;
    font-size: .6rem;
  }

  .prev_next {
    margin-top: 1.5rem;
    flex-direction: column;
  }

  .prev_next a,
  .prev_next a {
    width: 100%;
    height: 2.5rem;
    font-size: .45rem;
    padding: 0 .7rem;
    margin: .25rem 0;
  }

  .prev_next a .icon,
  .prev_next a .icon {
    width: 1.225rem;
    height: 1.225rem;
    line-height: 1.225rem;
  }

  .list_hyyy_subnav {
    height: auto;
    padding: 1rem 0;
  }

  .list_hyyy_subnav ul li {
    width: 25%;
    padding: .5rem 0;
  }

  .list_hyyy_subnav ul li .icon {
    height: 2.2rem;
    line-height: 2.2rem;
  }

  .list_hyyy_subnav ul li .icon img {
    max-width: 30%;
  }

  .list_hyyy_subnav ul li .tt {
    font-size: .5rem;
    padding-top: .25rem;
  }

  .list_hyyy {
    padding: 1.5rem 0;
  }

  .nytitle {
    font-size: .9rem;
  }

  .list_hyyy .content {
    margin-top: .75rem;
  }

  .list_hyyy .content ul li {
    width: 100%;
    margin-top: .5rem;
    margin-right: 0;
    padding: 1rem .5rem;
  }

  .list_hyyy .content ul li .txt .tt {
    font-size: .7rem;
  }

  .list_hyyy .content ul li .txt .desc {
    font-size: .55rem;
    line-height: .65rem;
    margin-top: .375rem;
  }

  .list_hyyy .content ul li .pic {
    margin-top: .625rem;
  }

  .list_hyyy .content ul li .pic img {
    height: auto;
  }

  .list_wenda {
    padding: 1.5rem 0;
  }

  .list_wenda .content {
    margin-top: .25rem;
  }

  .list_wenda .content ul li {
    margin-top: .675rem;
    padding: .75rem .5rem;
  }

  .list_wenda .content ul li img {
    height: 1.05rem;
    padding-right: .5rem;
  }

  .list_wenda .content ul li .tt {
    font-size: .7rem;
  }

  .list_wenda .content ul li .desc {
    font-size: .55rem;
    line-height: .75rem;
    margin-top: .25rem;
  }

  .nylist {
    padding: 1.5rem 0;
  }

  .nylist .content {
    margin-top: 1rem;
  }

  .nylist .content ul li {
    margin-top: .75rem;
  }

  .nylist .content ul li a {
    flex-direction: column;
  }

  .nylist .content ul li .pic {
    width: 100%;
  }

  .nylist .content ul li .pic img {
    height: auto;
  }

  .nylist .content ul li .txt {
    width: 100%;
    padding: .625rem .875rem;
  }

  .nylist .content ul li .txt .tt {
    font-size: .7rem;
  }

  .nylist .content ul li .txt .desc {
    width: 100%;
    height: auto;
    font-size: .55rem;
    padding-right: .625rem;
    margin-right: 1.2rem;
  }

  .nylist .content ul li .txt .date span {
    font-size: 1rem;
  }

  .nylist .content ul li .txt .date p {
    font-size: .6rem;
  }

  .nylist .content ul li .txt .icon {
    width: .75rem;
    height: .75rem;
    line-height: .75rem;
    display: none;
  }

  .nylist .content ul li .txt .icon img {
    width: .325rem;
  }

  .page_contact .row1 {
    padding: 1.5rem 0;
  }

  .page_contact .row1 .content {
    margin-top: 1rem;
    flex-wrap: wrap;
  }

  .page_contact .row1 .content .left {
    width: 100%;
    padding: 1.5rem 1.125rem;
  }

  .page_contact .row1 .content .left h4 {
    font-size: .6rem;
    padding-bottom: 1rem;
  }

  .page_contact .row1 .content .left p {
    font-size: .55rem;
  }

  .page_contact .row1 .content .left p img {
    padding-right: .375rem;
  }

  .page_contact .row1 .content .right {
    height: 15.675rem;
  }

  .page_contact .row2 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .page_contact .row2 .title h3 {
    font-size: .7rem;
  }

  .page_contact .row2 .title p {
    font-size: .55rem;
    padding-top: .375rem;
  }

  .page_contact .row2 .content {
    margin-top: .5rem;
  }

  .page_contact .row2 .content form li {
    flex-wrap: wrap;
  }

  .page_contact .row2 .content li .input-text {
    width: 100%;
    height: 1.875rem;
    font-size: .55rem;
    padding: 0 .75rem;
    margin-top: .5rem;
  }

  .page_contact .row2 .content textarea {
    height: 6.5rem;
    font-size: .55rem;
    padding: .75rem;
    margin-top: .5rem;
  }

  .page_contact .row2 .content .myform-btn {
    height: 2.075rem;
    line-height: 2.075rem;
    color: #ffffff;
    font-size: .75rem;
    margin-top: 1rem;
  }

  .category_about .main1 {
    padding: 2rem 0;
  }

  .category_about .main1 .container {
    flex-wrap: wrap;
  }

  .category_about .main1 .left {
    width: 100%;
  }

  .category_about .main1 .left h3 {
    font-size: .9rem;
  }

  .category_about .main1 .left span {
    font-size: 1.375rem;
  }

  .category_about .main1 .left h4 {
    font-size: .6rem;
    padding-top: .25rem;
  }

  .category_about .main1 .left p {
    font-size: .6rem;
    line-height: .85rem;
    padding-top: .75rem;
  }

  .category_about .main1 .mid {
    width: 100%;
    margin-top: .5rem;
  }

  .category_about .main1 .mid img {
    width: 100%;
  }

  .category_about .main1 .right {
    width: 100%;
  }

  .category_about .main1 .right ul {
    display: flex;
  }

  .category_about .main1 .right ul li {
    padding: .25rem 0 .25rem .75rem;
    border-bottom: 0;
  }

  .category_about .main1 .right ul li .numCX {
    font-size: 1.35rem;
  }

  .category_about .main1 .right ul li sup {
    font-size: .85rem;
  }

  .category_about .main1 .right ul li .unitC {
    font-size: .45rem;
  }

  .category_about .main1 .right ul li .indc {
    font-size: .45rem;
  }

  .category_about .main2 {
    padding-top: 0;
  }

  .category_about .main2 .left {
    display: none;
  }

  .category_about .main2 .right {
    width: 100%;
  }

  .category_about .main2 .right .pic {
    display: none;
  }

  .category_about .main2 .right .txt {
    position: relative;
    top: 0;
    left: 0;
    padding: 1rem .5rem;
    background: #2A80B9;
  }

  .category_about .main2 .right .txt h3 {
    font-size: .9rem;
  }

  .category_about .main2 .right .txt h4 {
    font-size: .6rem;
    padding-top: 1rem;
    padding-bottom: .75rem;
    margin-bottom: .5rem;
  }

  .category_about .main2 .right .txt p {
    font-size: .55rem;
  }

  .category_about .main3 {
    padding: 2rem 0;
  }

  .category_about .main3 .title {
    font-size: .9rem;
  }

  .category_about .main3 .content {
    margin-top: 2rem;
  }

  .category_about .main3 .content .swiper-container {
    width: 100%;
  }

  .category_about .main3 .content .swiper-slide {
    width: 10.625rem;
    height: 8rem;
    padding-left: 1.125rem;
    margin-right: -5rem;
  }

  .category_about .main3 .content .swiper-slide:nth-child(2n) {
    margin-top: 7.5rem;
    padding-top: .75rem;
  }

  .category_about .main3 .content .swiper-slide .tt {
    font-size: .9rem;
  }

  .category_about .main3 .content .swiper-slide .con {
    font-size: .45rem;
    line-height: .75rem;
    padding-top: .875rem;
  }

  .category_about .main4 {
    padding: 1.5rem 0;
  }

  .category_about .main4 .title {
    font-size: .9rem;
  }

  .category_about .main4 .content {
    margin-top: 1.25rem;
  }

  .category_about .main4 .content .swiper-slide {
    padding: .75rem;
  }

  .category_about .main4 .content .swiper-slide .txt span {
    width: 2.675rem;
    height: .875rem;
    line-height: .825rem;
    border-radius: .75rem;
    font-size: .4rem;
  }

  .category_about .main4 .content .swiper-slide .txt h4 {
    font-size: .6rem;
    margin-top: .625rem;
    height: 1.45rem;
  }

  .category_about .main4 .content .swiper-slide .pic {
    margin-top: 1.125rem;
  }

  .category_about .main4 .content .swiper-slide .pic img {
    width: 100%;
    height: 4.625rem;
  }

  .category_about .main4 .main4_btn {
    margin-top: 1.125rem;
  }

  .category_about .main5 {
    padding: 2rem 0;
  }

  .category_about .main5 .title {
    font-size: .9rem;
  }

  .category_about .main5 .content {
    margin-top: 1.5rem;
  }

  .category_about .main5 .content .swiper-slide {
    flex-wrap: wrap;
  }

  .category_about .main5 .content .swiper-slide .pic {
    width: 100%;
  }

  .category_about .main5 .content .swiper-slide .pic img {
    height: 12.95rem;
  }

  .category_about .main5 .content .swiper-slide .txt {
    width: 100%;
    padding: 1.25rem 1.25rem;
  }

  .category_about .main5 .content .swiper-slide .txt h4 {
    font-size: .6rem;
    line-height: 1.8;
  }

  .category_about .main5 .content .swiper-slide .txt p {
    font-size: .55rem;
    margin-top: .5rem;
    line-height: 1.8;
  }

  .category_about .main5 .content .main5_btn {
    bottom: .5rem;
    right: 50%;
    transform: translate(50%, 0);
    width: 3.8rem;
  }

  .nypage_zsjm .main1 {
    padding: 1.25rem 0;
  }

  .nypage_zsjm_number {
    width: 2.175rem;
    height: 2.175rem;
    font-size: .9rem;
  }

  .nypage_zsjm .main1 .title {
    font-size: .9rem;
  }

  .nypage_zsjm .main1 .content {
    font-size: .6rem;
    line-height: 1.8;
    padding-top: .75rem;
  }

  .nypage_zsjm .main2 {
    background: url(../images/nypage_zsjm_main2_bg.jpg) no-repeat center 1.1rem/cover;
    height: auto;
    padding-bottom: 1rem;
  }

  .nypage_zsjm_title {
    font-size: .75rem;
    padding-top: .825rem;
  }

  .nypage_zsjm .main2 .content {
    padding-top: 1rem;
  }

  .nypage_zsjm .main2 .content ul li {
    width: 48%;
    height: auto;
    margin-top: 4%;
    margin-right: 4%;
    border-radius: .25rem;
    padding: .75rem .375rem;
  }

  .nypage_zsjm .main2 .content ul li:nth-child(2n) {
    margin-right: 0;
  }

  .nypage_zsjm .main2 .content ul li span {
    font-size: .75rem;
  }

  .nypage_zsjm .main2 .content ul li span::after {
    bottom: .2rem;
    right: -0.25rem;
    width: .575rem;
    height: .075rem;
    transform: rotate(130deg);
  }

  .nypage_zsjm .main2 .content ul li p {
    font-size: .55rem;
    line-height: 1.5;
    padding-top: .5rem;
  }

  .nypage_zsjm .main3 {
    padding: 1rem 0;
  }

  .nypage_zsjm .main3 .content {
    padding-top: .75rem;
  }

  .nypage_zsjm .main3 .content ul li {
    width: 48%;
    padding: 0;
    margin-top: 4%;
    margin-right: 4%;
  }

  .nypage_zsjm .main3 .content ul li:nth-child(2n) {
    margin-right: 0;
  }

  .nypage_zsjm .main3 .content ul li .icon img {
    width: 2.925rem;
  }

  .nypage_zsjm .main3 .content ul li .text h4 {
    font-size: .65rem;
    padding-top: .375rem;
  }

  .nypage_zsjm .main3 .content ul li .text p {
    font-size: .55rem;
    line-height: 1.5;
    padding-top: .425rem;
  }

  .nypage_zsjm .main4 {
    height: auto;
    padding-bottom: 1rem;
  }

  .nypage_zsjm .main4 .content {
    padding-top: .75rem;
  }

  .nypage_zsjm .main4 .content ul li {
    width: 100%;
    height: auto;
  }

  .nypage_zsjm .main4 .content ul li .icon img {
    width: 1.65rem;
  }

  .nypage_zsjm .main4 .content ul li .text {
    font-size: .55rem;
    line-height: 1.8;
    padding-top: .5rem;
  }

  .nypage_zsjm .main4 .content ul .right {
    margin: 1rem auto;
  }

  .nypage_zsjm .main4 .content ul .right img {
    transform: rotate(90deg);
    width: 1.75rem;
  }

  .nypage_zsjm .main4 .desc {
    font-size: .6rem;
    padding-top: 1rem;
  }
}